﻿2026-06-23T04:44:23.2344987Z Current runner version: '2.335.1'
2026-06-23T04:44:23.2349704Z Runner name: 'kitsubito'
2026-06-23T04:44:23.2350220Z Runner group name: 'Default'
2026-06-23T04:44:23.2350878Z Machine name: 'KITSUBITO'
2026-06-23T04:44:23.2352820Z ##[group]GITHUB_TOKEN Permissions
2026-06-23T04:44:23.2354551Z Contents: read
2026-06-23T04:44:23.2354957Z Metadata: read
2026-06-23T04:44:23.2355325Z Packages: read
2026-06-23T04:44:23.2355677Z ##[endgroup]
2026-06-23T04:44:23.2357261Z Secret source: Actions
2026-06-23T04:44:23.2357761Z Prepare workflow directory
2026-06-23T04:44:23.2710526Z Prepare all required actions
2026-06-23T04:44:23.2738913Z Getting action download info
2026-06-23T04:44:23.6030539Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-23T04:44:24.3843385Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-23T04:44:24.4795415Z ##[group]Run actions/checkout@v5
2026-06-23T04:44:24.4796336Z with:
2026-06-23T04:44:24.4796763Z   fetch-depth: 0
2026-06-23T04:44:24.4797295Z   repository: SaberMage/spt-core
2026-06-23T04:44:24.4804468Z   token: ***
2026-06-23T04:44:24.4804908Z   ssh-strict: true
2026-06-23T04:44:24.4805360Z   ssh-user: git
2026-06-23T04:44:24.4805823Z   persist-credentials: true
2026-06-23T04:44:24.4806357Z   clean: true
2026-06-23T04:44:24.4806814Z   sparse-checkout-cone-mode: true
2026-06-23T04:44:24.4807395Z   fetch-tags: false
2026-06-23T04:44:24.4807870Z   show-progress: true
2026-06-23T04:44:24.4808328Z   lfs: false
2026-06-23T04:44:24.4808757Z   submodules: false
2026-06-23T04:44:24.4809324Z   set-safe-directory: true
2026-06-23T04:44:24.4810062Z ##[endgroup]
2026-06-23T04:44:24.5646927Z Syncing repository: SaberMage/spt-core
2026-06-23T04:44:24.5648892Z ##[group]Getting Git version info
2026-06-23T04:44:24.5650118Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-23T04:44:24.5651396Z [command]/usr/bin/git version
2026-06-23T04:44:24.5651945Z git version 2.43.0
2026-06-23T04:44:24.5654103Z ##[endgroup]
2026-06-23T04:44:24.5666463Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1cd24aa6-826e-4465-b3ca-b581e7727e08' before making global git config changes
2026-06-23T04:44:24.5668434Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T04:44:24.5676890Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T04:44:24.5704585Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-23T04:44:24.5722895Z https://github.com/SaberMage/spt-core
2026-06-23T04:44:24.5732868Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T04:44:24.5735277Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T04:44:24.5754513Z HEAD
2026-06-23T04:44:24.5786831Z ##[endgroup]
2026-06-23T04:44:24.5787654Z [command]/usr/bin/git submodule status
2026-06-23T04:44:24.5969386Z ##[group]Cleaning the repository
2026-06-23T04:44:24.5970239Z [command]/usr/bin/git clean -ffdx
2026-06-23T04:44:25.3422005Z Removing target/
2026-06-23T04:44:25.3434281Z [command]/usr/bin/git reset --hard HEAD
2026-06-23T04:44:25.3496069Z HEAD is now at 5044362e8 Merge 3e36d256fa579a01ff7a98c9e479b34a544153f7 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:44:25.3501810Z ##[endgroup]
2026-06-23T04:44:25.3537345Z ##[group]Disabling automatic garbage collection
2026-06-23T04:44:25.3541229Z [command]/usr/bin/git config --local gc.auto 0
2026-06-23T04:44:25.3572789Z ##[endgroup]
2026-06-23T04:44:25.3574015Z ##[group]Setting up auth
2026-06-23T04:44:25.3579013Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T04:44:25.3613928Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T04:44:25.3818833Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T04:44:25.3851025Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T04:44:25.4048726Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T04:44:25.4080859Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T04:44:25.4278386Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-23T04:44:25.4313325Z ##[endgroup]
2026-06-23T04:44:25.4314611Z ##[group]Fetching the repository
2026-06-23T04:44:25.4321913Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e075cb5dc70155cb0e6743c86ab217cbcff1c7f8:refs/remotes/pull/30/merge
2026-06-23T04:44:26.1514491Z From https://github.com/SaberMage/spt-core
2026-06-23T04:44:26.1515277Z    3e36d256f..4a23dec04  design/endpoint-creation-flow            -> origin/design/endpoint-creation-flow
2026-06-23T04:44:26.1517098Z  + 5044362e8...e075cb5dc e075cb5dc70155cb0e6743c86ab217cbcff1c7f8 -> pull/30/merge  (forced update)
2026-06-23T04:44:26.1552051Z ##[endgroup]
2026-06-23T04:44:26.1552515Z ##[group]Determining the checkout info
2026-06-23T04:44:26.1553051Z ##[endgroup]
2026-06-23T04:44:26.1557061Z [command]/usr/bin/git sparse-checkout disable
2026-06-23T04:44:26.1594445Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-23T04:44:26.1616901Z ##[group]Checking out the ref
2026-06-23T04:44:26.1625167Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/30/merge
2026-06-23T04:44:26.1720913Z Warning: you are leaving 1 commit behind, not connected to
2026-06-23T04:44:26.1721385Z any of your branches:
2026-06-23T04:44:26.1721571Z 
2026-06-23T04:44:26.1721924Z   5044362e8 Merge 3e36d256fa579a01ff7a98c9e479b34a544153f7 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:44:26.1722392Z 
2026-06-23T04:44:26.1722664Z If you want to keep it by creating a new branch, this may be a good time
2026-06-23T04:44:26.1723071Z to do so with:
2026-06-23T04:44:26.1723232Z 
2026-06-23T04:44:26.1723414Z  git branch <new-branch-name> 5044362e8
2026-06-23T04:44:26.1723656Z 
2026-06-23T04:44:26.1724537Z HEAD is now at e075cb5dc Merge 4a23dec04779fdbf0e6ef0a50c5bf4602f678c54 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:44:26.1730676Z ##[endgroup]
2026-06-23T04:44:26.1765749Z [command]/usr/bin/git log -1 --format=%H
2026-06-23T04:44:26.1791519Z e075cb5dc70155cb0e6743c86ab217cbcff1c7f8
2026-06-23T04:44:26.1971881Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-23T04:44:26.1972448Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-23T04:44:26.1989292Z shell: /usr/bin/bash -e {0}
2026-06-23T04:44:26.1989578Z ##[endgroup]
2026-06-23T04:44:26.2096587Z ##[group]Run set -euo pipefail
2026-06-23T04:44:26.2097000Z [36;1mset -euo pipefail[0m
2026-06-23T04:44:26.2097268Z [36;1mPIN=0c95435[0m
2026-06-23T04:44:26.2097520Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-23T04:44:26.2097807Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-23T04:44:26.2098202Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-23T04:44:26.2098692Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-23T04:44:26.2099287Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-23T04:44:26.2099690Z [36;1m  rm -rf "$CACHE"[0m
2026-06-23T04:44:26.2100044Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-23T04:44:26.2100392Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-23T04:44:26.2100773Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-23T04:44:26.2101193Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-23T04:44:26.2101633Z [36;1mfi[0m
2026-06-23T04:44:26.2101952Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T04:44:26.2116819Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-23T04:44:26.2117173Z env:
2026-06-23T04:44:26.2117411Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-23T04:44:26.2117679Z ##[endgroup]
2026-06-23T04:44:26.4900782Z    Compiling proc-macro2 v1.0.106
2026-06-23T04:44:26.4901472Z    Compiling unicode-ident v1.0.24
2026-06-23T04:44:26.4901948Z    Compiling quote v1.0.45
2026-06-23T04:44:26.4902272Z    Compiling libc v0.2.186
2026-06-23T04:44:26.4902849Z    Compiling serde_core v1.0.228
2026-06-23T04:44:26.4903205Z    Compiling cfg-if v1.0.4
2026-06-23T04:44:26.4903480Z    Compiling serde v1.0.228
2026-06-23T04:44:26.4926723Z    Compiling log v0.4.32
2026-06-23T04:44:26.5035414Z    Compiling pin-project-lite v0.2.17
2026-06-23T04:44:26.5074569Z    Compiling portable-atomic v1.13.1
2026-06-23T04:44:26.5129648Z    Compiling typenum v1.20.1
2026-06-23T04:44:26.5189711Z    Compiling version_check v0.9.5
2026-06-23T04:44:26.5190717Z    Compiling memchr v2.8.1
2026-06-23T04:44:26.5191703Z    Compiling critical-section v1.2.0
2026-06-23T04:44:26.5242687Z    Compiling shlex v2.0.1
2026-06-23T04:44:26.5491054Z    Compiling find-msvc-tools v0.1.9
2026-06-23T04:44:26.5901222Z    Compiling bytes v1.11.1
2026-06-23T04:44:26.6034392Z    Compiling subtle v2.6.1
2026-06-23T04:44:26.6423719Z    Compiling futures-core v0.3.32
2026-06-23T04:44:26.7601134Z    Compiling equivalent v1.0.2
2026-06-23T04:44:26.7704345Z    Compiling smallvec v1.15.1
2026-06-23T04:44:26.7781132Z    Compiling itoa v1.0.18
2026-06-23T04:44:26.8015104Z    Compiling semver v1.0.28
2026-06-23T04:44:26.8486738Z    Compiling stable_deref_trait v1.2.1
2026-06-23T04:44:26.8571796Z    Compiling slab v0.4.12
2026-06-23T04:44:26.8730002Z    Compiling futures-sink v0.3.32
2026-06-23T04:44:26.9040157Z    Compiling futures-io v0.3.32
2026-06-23T04:44:26.9171474Z    Compiling futures-task v0.3.32
2026-06-23T04:44:26.9711012Z    Compiling futures-channel v0.3.32
2026-06-23T04:44:27.0140702Z    Compiling generic-array v0.14.7
2026-06-23T04:44:27.0507001Z    Compiling bitflags v2.12.1
2026-06-23T04:44:27.0636942Z    Compiling rustversion v1.0.22
2026-06-23T04:44:27.0673811Z    Compiling hashbrown v0.17.1
2026-06-23T04:44:27.0720623Z    Compiling cpufeatures v0.2.17
2026-06-23T04:44:27.0721938Z    Compiling fnv v1.0.7
2026-06-23T04:44:27.1041095Z    Compiling rand_core v0.10.1
2026-06-23T04:44:27.1779494Z    Compiling rustc_version v0.4.1
2026-06-23T04:44:27.1952653Z    Compiling cfg_aliases v0.2.1
2026-06-23T04:44:27.2044200Z    Compiling strsim v0.11.1
2026-06-23T04:44:27.2270868Z    Compiling litemap v0.8.2
2026-06-23T04:44:27.2400833Z    Compiling writeable v0.6.3
2026-06-23T04:44:27.2710898Z    Compiling ident_case v1.0.1
2026-06-23T04:44:27.2770783Z    Compiling dunce v1.0.5
2026-06-23T04:44:27.3680634Z    Compiling getrandom v0.4.2
2026-06-23T04:44:27.4038343Z    Compiling icu_properties_data v2.2.0
2026-06-23T04:44:27.4390843Z    Compiling utf8_iter v1.0.4
2026-06-23T04:44:27.4490540Z    Compiling fs_extra v1.3.0
2026-06-23T04:44:27.4700947Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T04:44:27.6351061Z    Compiling autocfg v1.5.1
2026-06-23T04:44:27.6440860Z    Compiling percent-encoding v2.3.2
2026-06-23T04:44:27.7050706Z    Compiling http v1.4.1
2026-06-23T04:44:27.7361118Z    Compiling cpufeatures v0.3.0
2026-06-23T04:44:27.7398571Z    Compiling aws-lc-rs v1.17.0
2026-06-23T04:44:27.7520838Z    Compiling unicode-segmentation v1.13.3
2026-06-23T04:44:27.8060467Z    Compiling syn v2.0.117
2026-06-23T04:44:27.8768787Z    Compiling thiserror v2.0.18
2026-06-23T04:44:27.9030918Z    Compiling scopeguard v1.2.0
2026-06-23T04:44:27.9130852Z    Compiling form_urlencoded v1.2.2
2026-06-23T04:44:27.9250678Z    Compiling chacha20 v0.10.0
2026-06-23T04:44:27.9571325Z    Compiling indexmap v2.14.0
2026-06-23T04:44:27.9910934Z    Compiling lock_api v0.4.14
2026-06-23T04:44:28.0131510Z    Compiling untrusted v0.9.0
2026-06-23T04:44:28.0430941Z    Compiling rustls v0.23.40
2026-06-23T04:44:28.1114471Z    Compiling heck v0.5.0
2026-06-23T04:44:28.1201374Z    Compiling atomic-waker v1.1.2
2026-06-23T04:44:28.1240706Z    Compiling anyhow v1.0.102
2026-06-23T04:44:28.1373232Z    Compiling unicode-xid v0.2.6
2026-06-23T04:44:28.2180811Z    Compiling convert_case v0.10.0
2026-06-23T04:44:28.2250411Z    Compiling const-oid v0.10.2
2026-06-23T04:44:28.2371547Z    Compiling paste v1.0.15
2026-06-23T04:44:28.2700536Z    Compiling jobserver v0.1.34
2026-06-23T04:44:28.2853340Z    Compiling zerocopy v0.8.50
2026-06-23T04:44:28.3170436Z    Compiling httparse v1.10.1
2026-06-23T04:44:28.3250598Z    Compiling parking_lot_core v0.9.12
2026-06-23T04:44:28.3670565Z    Compiling num-traits v0.2.19
2026-06-23T04:44:28.4280975Z    Compiling hybrid-array v0.4.12
2026-06-23T04:44:28.5291143Z    Compiling cc v1.2.63
2026-06-23T04:44:28.5540975Z    Compiling curve25519-dalek v4.1.3
2026-06-23T04:44:28.5641322Z    Compiling ahash v0.8.12
2026-06-23T04:44:28.5820644Z    Compiling fastrand v2.4.1
2026-06-23T04:44:28.6020594Z    Compiling either v1.16.0
2026-06-23T04:44:28.7010943Z    Compiling crypto-common v0.1.7
2026-06-23T04:44:28.7092611Z    Compiling block-buffer v0.10.4
2026-06-23T04:44:28.7180531Z    Compiling base64ct v1.8.3
2026-06-23T04:44:28.7530569Z    Compiling powerfmt v0.2.0
2026-06-23T04:44:28.8200710Z    Compiling http-body v1.0.1
2026-06-23T04:44:28.8680733Z    Compiling digest v0.10.7
2026-06-23T04:44:28.9146898Z    Compiling deranged v0.5.8
2026-06-23T04:44:28.9534893Z    Compiling base64 v0.22.1
2026-06-23T04:44:28.9600648Z    Compiling tower-service v0.3.3
2026-06-23T04:44:29.0215397Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T04:44:29.0295077Z    Compiling num-conv v0.2.2
2026-06-23T04:44:29.0371090Z    Compiling zmij v1.0.21
2026-06-23T04:44:29.1665318Z    Compiling mio v1.2.1
2026-06-23T04:44:29.1784187Z    Compiling socket2 v0.6.4
2026-06-23T04:44:29.1907773Z    Compiling getrandom v0.2.17
2026-06-23T04:44:29.2452822Z    Compiling tinyvec_macros v0.1.1
2026-06-23T04:44:29.2950896Z    Compiling time-core v0.1.8
2026-06-23T04:44:29.3050842Z    Compiling try-lock v0.2.5
2026-06-23T04:44:29.4000724Z    Compiling rand v0.10.1
2026-06-23T04:44:29.4230779Z    Compiling rand_core v0.6.4
2026-06-23T04:44:29.4460798Z    Compiling pkg-config v0.3.33
2026-06-23T04:44:29.4525966Z    Compiling data-encoding v2.11.0
2026-06-23T04:44:29.4670737Z    Compiling vcpkg v0.2.15
2026-06-23T04:44:29.4701303Z    Compiling want v0.3.1
2026-06-23T04:44:29.5070875Z    Compiling parking_lot v0.12.5
2026-06-23T04:44:29.5290550Z    Compiling tinyvec v1.11.0
2026-06-23T04:44:29.5930388Z    Compiling sha2 v0.10.9
2026-06-23T04:44:29.6169315Z    Compiling crypto-common v0.2.2
2026-06-23T04:44:29.6402600Z    Compiling block-buffer v0.12.0
2026-06-23T04:44:29.8732840Z    Compiling cmake v0.1.58
2026-06-23T04:44:30.0071099Z    Compiling inout v0.1.4
2026-06-23T04:44:30.0779265Z    Compiling vergen-lib v9.1.0
2026-06-23T04:44:30.1128880Z    Compiling n0-future v0.3.2
2026-06-23T04:44:30.1339882Z    Compiling spin v0.10.0
2026-06-23T04:44:30.1430793Z    Compiling httpdate v1.0.3
2026-06-23T04:44:30.1509683Z    Compiling crossbeam-utils v0.8.21
2026-06-23T04:44:30.2403692Z    Compiling winnow v1.0.3
2026-06-23T04:44:30.2690679Z    Compiling cordyceps v0.3.4
2026-06-23T04:44:30.2794259Z    Compiling diatomic-waker v0.2.3
2026-06-23T04:44:30.3596349Z    Compiling signature v2.2.0
2026-06-23T04:44:30.3670599Z    Compiling parking v2.2.1
2026-06-23T04:44:30.4188770Z    Compiling serde_json v1.0.150
2026-06-23T04:44:30.4773583Z    Compiling ed25519 v2.2.3
2026-06-23T04:44:30.4965867Z    Compiling futures-lite v2.6.1
2026-06-23T04:44:30.5073931Z    Compiling cipher v0.4.4
2026-06-23T04:44:30.5234697Z    Compiling netlink-packet-core v0.8.1
2026-06-23T04:44:30.5391835Z    Compiling universal-hash v0.5.1
2026-06-23T04:44:30.5680858Z    Compiling vergen v9.1.0
2026-06-23T04:44:30.6031088Z    Compiling futures-buffered v0.2.13
2026-06-23T04:44:30.6120665Z    Compiling aws-lc-sys v0.41.0
2026-06-23T04:44:30.6265751Z    Compiling ring v0.17.14
2026-06-23T04:44:30.6709901Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T04:44:30.6775165Z    Compiling digest v0.11.3
2026-06-23T04:44:30.6900642Z    Compiling vergen-lib v0.1.6
2026-06-23T04:44:30.7570714Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T04:44:30.7810545Z    Compiling heapless v0.7.17
2026-06-23T04:44:30.8550731Z    Compiling noq-udp v0.10.0
2026-06-23T04:44:30.8831086Z    Compiling sync_wrapper v1.0.2
2026-06-23T04:44:30.9202636Z    Compiling opaque-debug v0.3.1
2026-06-23T04:44:30.9544972Z    Compiling byteorder v1.5.0
2026-06-23T04:44:30.9728788Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T04:44:30.9867416Z    Compiling allocator-api2 v0.2.21
2026-06-23T04:44:31.0060307Z    Compiling polyval v0.6.2
2026-06-23T04:44:31.1090653Z    Compiling spin v0.9.8
2026-06-23T04:44:31.1917752Z    Compiling hash32 v0.2.1
2026-06-23T04:44:31.2639656Z    Compiling vergen-gitcl v1.0.8
2026-06-23T04:44:31.2710707Z    Compiling signature v3.0.0
2026-06-23T04:44:31.2760168Z    Compiling ryu v1.0.23
2026-06-23T04:44:31.3300653Z    Compiling fallible-iterator v0.3.0
2026-06-23T04:44:31.4157032Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T04:44:31.4598252Z    Compiling tower-layer v0.3.3
2026-06-23T04:44:31.4760779Z    Compiling num_threads v0.1.7
2026-06-23T04:44:31.5039918Z    Compiling ghash v0.5.1
2026-06-23T04:44:31.5240778Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T04:44:31.5437548Z    Compiling ctr v0.9.2
2026-06-23T04:44:31.6100421Z    Compiling time v0.3.47
2026-06-23T04:44:31.6418025Z    Compiling aes v0.8.4
2026-06-23T04:44:31.6962885Z    Compiling fs2 v0.4.3
2026-06-23T04:44:31.7075711Z    Compiling http-body-util v0.1.3
2026-06-23T04:44:31.7370673Z    Compiling aead v0.5.2
2026-06-23T04:44:31.7761437Z    Compiling openssl-probe v0.2.1
2026-06-23T04:44:31.7918485Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T04:44:31.8590481Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T04:44:31.8753488Z    Compiling crossbeam-channel v0.5.15
2026-06-23T04:44:31.9454175Z    Compiling netlink-packet-route v0.29.0
2026-06-23T04:44:32.0255978Z    Compiling blake3 v1.8.5
2026-06-23T04:44:32.0430959Z    Compiling uuid v1.23.2
2026-06-23T04:44:32.2679731Z    Compiling aes-gcm v0.10.3
2026-06-23T04:44:32.2793717Z    Compiling memoffset v0.6.5
2026-06-23T04:44:32.3380920Z    Compiling acto v0.8.2
2026-06-23T04:44:32.4237320Z    Compiling netwatch v0.16.0
2026-06-23T04:44:32.4387549Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T04:44:32.4501192Z    Compiling noq v0.18.0
2026-06-23T04:44:32.5339975Z    Compiling mac-addr v0.3.0
2026-06-23T04:44:32.6100972Z    Compiling ref-cast v1.0.25
2026-06-23T04:44:32.6349212Z    Compiling thiserror v1.0.69
2026-06-23T04:44:32.6438367Z    Compiling lru-slab v0.1.2
2026-06-23T04:44:32.7090849Z    Compiling foldhash v0.2.0
2026-06-23T04:44:32.7215219Z    Compiling tagptr v0.2.0
2026-06-23T04:44:32.7361692Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T04:44:32.7940795Z    Compiling synstructure v0.13.2
2026-06-23T04:44:32.8818628Z    Compiling darling_core v0.20.11
2026-06-23T04:44:32.8897378Z    Compiling identity-hash v0.1.0
2026-06-23T04:44:32.9001138Z    Compiling rustix v1.1.4
2026-06-23T04:44:32.9140895Z    Compiling rustc-hash v2.1.2
2026-06-23T04:44:32.9340864Z    Compiling xml-rs v0.8.28
2026-06-23T04:44:33.0098603Z    Compiling hashbrown v0.16.1
2026-06-23T04:44:33.0161511Z    Compiling serde_derive_internals v0.29.1
2026-06-23T04:44:33.3316911Z    Compiling proc-macro-crate v3.5.0
2026-06-23T04:44:33.3980866Z    Compiling netlink-packet-route v0.30.0
2026-06-23T04:44:33.8258280Z    Compiling xmltree v0.10.3
2026-06-23T04:44:33.8328196Z    Compiling errno v0.3.14
2026-06-23T04:44:33.8335608Z    Compiling termios v0.2.2
2026-06-23T04:44:33.8336819Z    Compiling ioctl-rs v0.1.6
2026-06-23T04:44:33.8912929Z    Compiling serial-core v0.4.0
2026-06-23T04:44:33.9429211Z    Compiling simple-dns v0.9.3
2026-06-23T04:44:33.9536344Z    Compiling aho-corasick v1.1.4
2026-06-23T04:44:33.9761184Z    Compiling arrayref v0.3.9
2026-06-23T04:44:33.9962337Z    Compiling smol_str v0.1.24
2026-06-23T04:44:34.0202260Z    Compiling resolv-conf v0.7.6
2026-06-23T04:44:34.0635428Z    Compiling signal-hook v0.3.18
2026-06-23T04:44:34.1031175Z    Compiling regex-syntax v0.8.10
2026-06-23T04:44:34.1610930Z    Compiling arrayvec v0.7.6
2026-06-23T04:44:34.2411334Z    Compiling sha1_smol v1.0.1
2026-06-23T04:44:34.2540833Z    Compiling simdutf8 v0.1.5
2026-06-23T04:44:34.2971312Z    Compiling constant_time_eq v0.4.2
2026-06-23T04:44:34.4070655Z    Compiling toml_write v0.1.2
2026-06-23T04:44:34.4771035Z    Compiling winnow v0.7.15
2026-06-23T04:44:34.5020834Z    Compiling linux-raw-sys v0.12.1
2026-06-23T04:44:34.5380661Z    Compiling serial-unix v0.4.0
2026-06-23T04:44:34.6127717Z    Compiling signal-hook-registry v1.4.8
2026-06-23T04:44:34.6231701Z    Compiling lru v0.16.4
2026-06-23T04:44:34.7850672Z    Compiling serde_derive v1.0.228
2026-06-23T04:44:34.7983482Z    Compiling zeroize_derive v1.4.3
2026-06-23T04:44:34.8200795Z    Compiling tokio-macros v2.7.0
2026-06-23T04:44:34.9630667Z    Compiling futures-macro v0.3.32
2026-06-23T04:44:35.0011076Z    Compiling zerofrom-derive v0.1.7
2026-06-23T04:44:35.2827577Z    Compiling yoke-derive v0.8.2
2026-06-23T04:44:35.4210746Z    Compiling zeroize v1.8.2
2026-06-23T04:44:35.5552756Z    Compiling tokio v1.52.3
2026-06-23T04:44:35.6061959Z    Compiling zerovec-derive v0.11.3
2026-06-23T04:44:35.8384656Z    Compiling futures-util v0.3.32
2026-06-23T04:44:35.8473100Z    Compiling displaydoc v0.2.6
2026-06-23T04:44:36.2860367Z    Compiling tracing-attributes v0.1.31
2026-06-23T04:44:36.5581069Z    Compiling zerofrom v0.1.8
2026-06-23T04:44:36.6612115Z    Compiling rustls-pki-types v1.14.1
2026-06-23T04:44:36.7082390Z    Compiling thiserror-impl v2.0.18
2026-06-23T04:44:36.9280741Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T04:44:36.9349723Z    Compiling yoke v0.8.3
2026-06-23T04:44:37.1308716Z    Compiling darling_macro v0.20.11
2026-06-23T04:44:37.1517729Z    Compiling zerovec v0.11.6
2026-06-23T04:44:37.3237583Z    Compiling zerotrie v0.2.4
2026-06-23T04:44:37.4711417Z    Compiling darling v0.20.11
2026-06-23T04:44:37.4864526Z    Compiling derive_more-impl v2.1.1
2026-06-23T04:44:37.5551058Z    Compiling derive_builder_core v0.20.2
2026-06-23T04:44:37.6482531Z    Compiling spez v0.1.2
2026-06-23T04:44:37.6940054Z    Compiling n0-error-macros v0.1.3
2026-06-23T04:44:37.9390982Z    Compiling tinystr v0.8.3
2026-06-23T04:44:37.9479659Z    Compiling potential_utf v0.1.5
2026-06-23T04:44:38.1080965Z    Compiling icu_locale_core v2.2.0
2026-06-23T04:44:38.1270876Z    Compiling icu_collections v2.2.0
2026-06-23T04:44:38.5890523Z    Compiling der v0.8.0-rc.10
2026-06-23T04:44:38.7500903Z    Compiling pin-project-internal v1.1.13
2026-06-23T04:44:38.8150624Z    Compiling n0-error v0.1.3
2026-06-23T04:44:38.8436350Z    Compiling cobs v0.3.0
2026-06-23T04:44:39.0011680Z    Compiling derive_builder_macro v0.20.2
2026-06-23T04:44:39.0710832Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T04:44:39.1948507Z    Compiling postcard-derive v0.2.2
2026-06-23T04:44:39.3270632Z    Compiling icu_provider v2.2.0
2026-06-23T04:44:39.5417427Z    Compiling derive_builder v0.20.2
2026-06-23T04:44:39.7310802Z    Compiling icu_normalizer v2.2.0
2026-06-23T04:44:39.7639610Z    Compiling icu_properties v2.2.0
2026-06-23T04:44:39.7963557Z    Compiling futures-executor v0.3.32
2026-06-23T04:44:39.9571979Z    Compiling ed25519-dalek v2.2.0
2026-06-23T04:44:39.9870681Z    Compiling futures v0.3.32
2026-06-23T04:44:40.1230988Z    Compiling ipnet v2.12.0
2026-06-23T04:44:40.1351477Z    Compiling spki v0.8.0-rc.4
2026-06-23T04:44:40.2310775Z    Compiling pin-project v1.1.13
2026-06-23T04:44:40.2976602Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T04:44:40.3411353Z    Compiling spt-proto v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-23T04:44:40.4692571Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T04:44:40.5380398Z    Compiling prefix-trie v0.8.4
2026-06-23T04:44:40.7300678Z    Compiling data-encoding-macro v0.1.20
2026-06-23T04:44:40.8091056Z    Compiling rustls-native-certs v0.8.4
2026-06-23T04:44:40.8784522Z    Compiling once_cell v1.21.4
2026-06-23T04:44:40.9100963Z    Compiling postcard v1.1.3
2026-06-23T04:44:40.9163394Z    Compiling enum-assoc v1.3.0
2026-06-23T04:44:40.9240507Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T04:44:41.1117640Z    Compiling tracing-core v0.1.36
2026-06-23T04:44:41.2703350Z    Compiling idna_adapter v1.2.2
2026-06-23T04:44:41.3609756Z    Compiling hashbrown v0.14.5
2026-06-23T04:44:41.3839675Z    Compiling async-trait v0.1.89
2026-06-23T04:44:41.3904610Z    Compiling idna v1.1.0
2026-06-23T04:44:41.4283539Z    Compiling tokio-util v0.7.18
2026-06-23T04:44:41.7410499Z    Compiling tracing v0.1.44
2026-06-23T04:44:41.7611485Z    Compiling netlink-sys v0.8.8
2026-06-23T04:44:41.8601148Z    Compiling url v2.5.8
2026-06-23T04:44:42.0499244Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T04:44:42.0691052Z    Compiling derive_more v2.1.1
2026-06-23T04:44:42.1081316Z    Compiling tower v0.5.3
2026-06-23T04:44:42.1211219Z    Compiling num_enum_derive v0.7.6
2026-06-23T04:44:42.1950734Z    Compiling hashlink v0.9.1
2026-06-23T04:44:42.2427443Z    Compiling strum_macros v0.28.0
2026-06-23T04:44:42.2888569Z    Compiling iroh-relay v0.98.0
2026-06-23T04:44:42.4149733Z    Compiling iroh-metrics v0.38.3
2026-06-23T04:44:42.4260741Z    Compiling netdev v0.42.0
2026-06-23T04:44:42.4421039Z    Compiling netlink-proto v0.12.0
2026-06-23T04:44:42.4571552Z    Compiling moka v0.12.15
2026-06-23T04:44:42.5781439Z    Compiling h2 v0.4.14
2026-06-23T04:44:42.5910700Z    Compiling rusqlite v0.32.1
2026-06-23T04:44:42.6101167Z    Compiling tokio-stream v0.1.18
2026-06-23T04:44:42.6879481Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T04:44:42.7500558Z    Compiling tower-http v0.6.11
2026-06-23T04:44:42.8041318Z    Compiling attohttpc v0.30.1
2026-06-23T04:44:43.2234334Z    Compiling iroh-base v0.98.0
2026-06-23T04:44:43.2551016Z    Compiling num_enum v0.7.6
2026-06-23T04:44:43.2910589Z    Compiling n0-watcher v0.6.1
2026-06-23T04:44:43.3300856Z    Compiling serde_spanned v0.6.9
2026-06-23T04:44:43.3531100Z    Compiling toml_datetime v0.6.11
2026-06-23T04:44:43.3790782Z    Compiling ref-cast-impl v1.0.25
2026-06-23T04:44:43.4930781Z    Compiling thiserror-impl v1.0.69
2026-06-23T04:44:43.5726555Z    Compiling toml_edit v0.22.27
2026-06-23T04:44:43.7091286Z    Compiling spt-store v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-23T04:44:43.9120681Z    Compiling webpki-roots v1.0.7
2026-06-23T04:44:44.0103588Z    Compiling regex-automata v0.4.14
2026-06-23T04:44:44.0840875Z    Compiling schemars_derive v1.2.1
2026-06-23T04:44:44.2630973Z    Compiling darling_core v0.23.0
2026-06-23T04:44:44.4562592Z    Compiling serde_bytes v0.11.19
2026-06-23T04:44:44.6119614Z    Compiling hmac v0.12.1
2026-06-23T04:44:44.7281806Z    Compiling seize v0.5.1
2026-06-23T04:44:44.7333673Z    Compiling iroh v0.98.2
2026-06-23T04:44:44.7346666Z    Compiling cmov v0.5.4
2026-06-23T04:44:45.0001111Z    Compiling dyn-clone v1.0.20
2026-06-23T04:44:45.0310702Z    Compiling pin-utils v0.1.0
2026-06-23T04:44:45.1068716Z    Compiling rustix v0.38.44
2026-06-23T04:44:45.1620060Z    Compiling utf8parse v0.2.2
2026-06-23T04:44:45.2550781Z    Compiling strum v0.28.0
2026-06-23T04:44:45.2615308Z    Compiling bitflags v1.3.2
2026-06-23T04:44:45.2793466Z    Compiling filedescriptor v0.8.3
2026-06-23T04:44:45.2873964Z    Compiling anstyle-parse v1.0.0
2026-06-23T04:44:45.3271505Z    Compiling nix v0.25.1
2026-06-23T04:44:45.3591196Z    Compiling iroh-dns v0.98.0
2026-06-23T04:44:45.4880559Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T04:44:45.5422863Z    Compiling papaya v0.2.4
2026-06-23T04:44:45.5680800Z    Compiling ctutils v0.4.2
2026-06-23T04:44:45.6032825Z    Compiling hkdf v0.12.4
2026-06-23T04:44:45.7540496Z    Compiling backon v1.6.0
2026-06-23T04:44:45.8751025Z    Compiling serial v0.4.0
2026-06-23T04:44:45.9680570Z    Compiling linux-raw-sys v0.4.15
2026-06-23T04:44:46.0349636Z    Compiling shell-words v1.1.1
2026-06-23T04:44:46.1150720Z    Compiling anstyle-query v1.1.5
2026-06-23T04:44:46.1929880Z    Compiling foldhash v0.1.5
2026-06-23T04:44:46.2122968Z    Compiling toml v0.8.23
2026-06-23T04:44:46.2991079Z    Compiling schemars v1.2.1
2026-06-23T04:44:46.3195916Z    Compiling instability v0.3.12
2026-06-23T04:44:46.3867470Z    Compiling anstyle v1.0.14
2026-06-23T04:44:46.4390491Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T04:44:46.5161166Z    Compiling downcast-rs v1.2.1
2026-06-23T04:44:46.5241375Z    Compiling spt-msg v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-23T04:44:46.6030462Z    Compiling colorchoice v1.0.5
2026-06-23T04:44:46.7386919Z    Compiling terminal_size v0.4.4
2026-06-23T04:44:46.8550495Z    Compiling regex v1.12.3
2026-06-23T04:44:47.3190917Z    Compiling anstream v1.0.0
2026-06-23T04:44:47.4250756Z    Compiling hashbrown v0.15.5
2026-06-23T04:44:47.4801162Z    Compiling spt-runtime v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-23T04:44:47.5279777Z    Compiling signal-hook-mio v0.2.5
2026-06-23T04:44:47.6415527Z    Compiling spake2 v0.4.0
2026-06-23T04:44:47.7660770Z    Compiling strum_macros v0.26.4
2026-06-23T04:44:47.7990988Z    Compiling sha1 v0.10.6
2026-06-23T04:44:47.9871861Z    Compiling itertools v0.13.0
2026-06-23T04:44:48.0360871Z    Compiling hyper v1.10.1
2026-06-23T04:44:48.0719524Z    Compiling darling_macro v0.23.0
2026-06-23T04:44:48.1925760Z    Compiling castaway v0.2.4
2026-06-23T04:44:48.2799356Z    Compiling doctest-file v1.1.1
2026-06-23T04:44:48.3430351Z    Compiling indoc v2.0.7
2026-06-23T04:44:48.4390531Z    Compiling darling v0.23.0
2026-06-23T04:44:48.5290793Z    Compiling clap_lex v1.1.0
2026-06-23T04:44:48.6533361Z    Compiling static_assertions v1.1.0
2026-06-23T04:44:48.7500428Z    Compiling unicode-width v0.1.14
2026-06-23T04:44:48.8101772Z    Compiling interprocess v2.4.2
2026-06-23T04:44:48.8483076Z    Compiling compact_str v0.8.2
2026-06-23T04:44:49.0900308Z    Compiling clap_builder v4.6.0
2026-06-23T04:44:49.1420523Z    Compiling lru v0.12.5
2026-06-23T04:44:49.2048406Z    Compiling crossterm v0.28.1
2026-06-23T04:44:49.3367699Z    Compiling clap_derive v4.6.1
2026-06-23T04:44:49.3744657Z    Compiling cassowary v0.3.0
2026-06-23T04:44:49.7346166Z    Compiling portable-pty v0.8.1
2026-06-23T04:44:49.7449728Z    Compiling iana-time-zone v0.1.65
2026-06-23T04:44:49.7820747Z    Compiling unicode-width v0.2.0
2026-06-23T04:44:50.0396966Z    Compiling hyper-util v0.1.20
2026-06-23T04:44:50.0548902Z    Compiling unicode-truncate v1.1.0
2026-06-23T04:44:50.0920813Z    Compiling chrono v0.4.45
2026-06-23T04:44:50.0960123Z    Compiling nucleo-matcher v0.3.1
2026-06-23T04:44:50.2311201Z    Compiling spt-term v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-23T04:44:50.2683222Z    Compiling qrcode v0.14.1
2026-06-23T04:44:50.3670669Z    Compiling strum v0.26.3
2026-06-23T04:44:50.4854673Z    Compiling ratatui v0.29.0
2026-06-23T04:44:50.8634433Z    Compiling spt-live v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-23T04:44:50.9571004Z    Compiling tempfile v3.27.0
2026-06-23T04:44:51.9673185Z    Compiling igd-next v0.17.1
2026-06-23T04:44:51.9950860Z    Compiling clap v4.6.1
2026-06-23T04:44:53.0694046Z    Compiling portmapper v0.16.0
2026-06-23T04:44:58.3102836Z    Compiling rustls-webpki v0.103.13
2026-06-23T04:45:00.6385471Z    Compiling tokio-rustls v0.26.4
2026-06-23T04:45:00.6385825Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T04:45:00.6386101Z    Compiling noq-proto v0.17.0
2026-06-23T04:45:00.7860341Z    Compiling hyper-rustls v0.27.9
2026-06-23T04:45:00.7861185Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T04:45:00.7861763Z    Compiling tokio-websockets v0.13.2
2026-06-23T04:45:00.9172189Z    Compiling reqwest v0.13.4
2026-06-23T04:45:01.7911985Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T04:45:15.4367688Z    Compiling spt-net v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-23T04:45:16.7679667Z    Compiling spt-daemon v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-23T04:45:23.8875054Z    Compiling spt v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-23T04:45:27.6263164Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-23T04:45:27.6485037Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-685fbd96d215b590)
2026-06-23T04:45:27.6498727Z 
2026-06-23T04:45:27.6498832Z running 1 test
2026-06-23T04:45:33.7348897Z test new_brain_serves_against_old_broker ... ok
2026-06-23T04:45:33.7349445Z 
2026-06-23T04:45:33.7349704Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-23T04:45:33.7350056Z 
2026-06-23T04:45:33.7557691Z Post job cleanup.
2026-06-23T04:45:33.8214237Z [command]/usr/bin/git version
2026-06-23T04:45:33.8277570Z git version 2.43.0
2026-06-23T04:45:33.8309274Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/66b12762-d92b-4772-88fc-8da49188de8f' before making global git config changes
2026-06-23T04:45:33.8310342Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T04:45:33.8313380Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T04:45:33.8341796Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T04:45:33.8366711Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T04:45:33.8554041Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T04:45:33.8572212Z http.https://github.com/.extraheader
2026-06-23T04:45:33.8580735Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-23T04:45:33.8605390Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T04:45:33.8791742Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T04:45:33.8817040Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T04:45:33.9120332Z Cleaning up orphan processes
2026-06-23T04:45:33.9608713Z Terminate orphan process: pid (1443503) (spt)
